From: Paul Eggert Date: Fri, 15 Apr 2011 08:31:40 +0000 (-0700) Subject: * process.c (send_process): Change another size_t to EMACS_INT. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~4126^2~2 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=62f93ace3321d1d469d26c551e4d347d53380973;p=emacs.git * process.c (send_process): Change another size_t to EMACS_INT. --- diff --git a/src/process.c b/src/process.c index f41cdbe5c71..6b58bc6315b 100644 --- a/src/process.c +++ b/src/process.c @@ -5368,7 +5368,7 @@ send_process (volatile Lisp_Object proc, const char *volatile buf, /* Send this batch, using one or more write calls. */ while (this > 0) { - size_t written = 0; + EMACS_INT written = 0; int outfd = p->outfd; old_sigpipe = (void (*) (int)) signal (SIGPIPE, send_process_trap); #ifdef DATAGRAM_SOCKETS